home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGMISC
/
OVL312.LZH
/
OVL312.ARC
/
BNEST1.BAS
next >
Wrap
BASIC Source File
|
1989-01-06
|
99b
|
7 lines
sub nest1(i) static
print:print"in nest1";i;
for j=0 to 1
call nest2(j)
next j
end sub